home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global box
- set the blend of sprite 40 to 40
- puppetSound(2, "CLICK")
- updateStage()
- set box to "fhelp"
- ZONEPRESS()
- set the blend of sprite 40 to 0
- updateStage()
- end
-
- on rightMouseUp
- global box
- set the blend of sprite 40 to 100
- puppetSound(2, "CLICK")
- set box to "fhelp"
- ZONEPRESS()
- set the blend of sprite 40 to 0
- updateStage()
- end
-